home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-03-15 | 488 b | 21 lines | [TEXT/KAHL] |
- /************************************************************
- *
- *
- * Unit containing instruction code helping routine's headers.
- *
- * by Adrian Bool in cooperation with Graham Cox.
- *
- * copyright © phantasm coding 1992.
- *
- *
- ************************************************************/
-
- /* private functions */
-
- short thisPage(pHandle);
- short pageOf(addressType);
- addressType evaluateAddress(pHandle , char*);
- wordType evaluateValue(pHandle , char*);
- wordType evaluatePart(pHandle, char*);
-
-